auto merge of #101 : alexcrichton/cargo/fix-git-1.7, r=wycats
authorbors <bors@rust-lang.org>
Tue, 1 Jul 2014 04:15:54 +0000 (04:15 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Jul 2014 04:15:54 +0000 (04:15 +0000)
Apparently these versions of git are broken for `git fetch $url`, so we have to
resort to `git fetch origin` and then just pray that it hasn't changed in the
meantime.


Trivial merge